CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 牛顿法

搜索资源列表

  1. matlab

    1下载:
  2. test2: 一、 基本最小二乘法一次算法 二、 基本最小二乘法递推算法 三、 最小二乘遗忘因子一次完成算法 四、 最小二乘遗忘因子递推算法 五、 最小二乘限定记忆算法 六、 最小二乘偏差补偿算法 七、 增广最小二乘算法 八、 广义最小二乘算法 test3: 一、 辅助变量自适应滤波算法 二、 辅助变量纯滞后算法 三、 辅助变量Tally原理算法 四、 多级最小二乘算法 五、 各类改进最小二乘算法的特点 test4: 1、 第二类随
  3. 所属分类:Other systems

    • 发布日期:2016-06-04
    • 文件大小:445440
    • 提供者:yurong
  1. matlab

    0下载:
  2. 非线性方程组数值解法之拟牛顿法matlab程序代码-The numerical method for solving the nonlinear equations of the quasi-newton method of matlab program code
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-04
    • 文件大小:5924
    • 提供者:蓝盛宇
  1. MATLAB

    0下载:
  2. 分别用牛顿法、最速下降法、二分法求解非线性方程,用MATLAB编写这些程序-Respectively Newton, steepest descent method, for solving nonlinear equations dichotomy, these programs using MATLAB
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-11
    • 文件大小:18342605
    • 提供者:杜宁
  1. newton

    0下载:
  2. matlab牛顿法求解非线性方程组的程序代码学习-matlab Newton method for solving nonlinear equations code learning
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1200
    • 提供者:赵效楠
  1. matlab

    0下载:
  2. 牛顿最优解拟牛顿法和最速下降法(Steepest Descent Methods)一样只要求每一步迭代时知道目标函数的梯度。通过测量梯度的变化,构造一个目标函数的模型使之足以产生超线性收敛性。这类方法大大优于最速下降法,尤其对于困难的问题。另外,因为拟牛顿法不需要二阶导数的信息,所以有时比牛顿法(Newton s Method)更为有效。-Newton optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:11592
    • 提供者:徐子熠
  1. matlab-Code

    0下载:
  2. 此时例是关于用matlab实现牛顿法求解非线性方程组,(包含牛顿法、改进的牛顿法.梯度法、最速下降法代码),里面附带可以直接运行的程序。-At this case is about solving nonlinear equations using matlab Newton, (including Newton, Newton method to improve the code), which comes with the program can be run directly.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1625
    • 提供者:梅兰竹菊
  1. 333

    0下载:
  2. matlab牛顿法和最速下降法解非线性方程-matlab Newton method and the steepest descent method for solving nonlinear equations
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:11544
    • 提供者:zhaojingwei
  1. MATLAB-FOR-ALGORITH

    0下载:
  2. 非线性最优化问题的基本理论和算法程序,主要包括:线性搜索技术,牛顿法,最速下降法,序列二次规划等算法。-The basic theory and nonlinear optimization algorithm procedural issues, including: linear search, Newton s method, the steepest descent method, sequential quadratic programming algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-17
    • 文件大小:5020190
    • 提供者:LIAO Wei-ping
  1. MATLABNewtons

    0下载:
  2. MATLAB牛顿法求解非线性方程组 源程序代码-Newton s method to solve the nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1507
    • 提供者:
  1. Matlab-train

    0下载:
  2. 有关自适应算法的程序 包括最速下降法,牛顿法,LMS和Newdon-LMS和序贯回归算法-For adaptive algorithm program Including the steepest descent method, Newton s method, LMS and Newdon-LMS and sequential regression algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2819
    • 提供者:孙彦楠
  1. matlab-file

    0下载:
  2. 数值计算方法,牛顿法非线性方程求根,和按模最大分量求矩阵特征值。-Numerical methods, Newton method for solving nonlinear equation Root, and press molding the largest component of the eigenvalues of a matrix.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1089
    • 提供者:肖思奇
  1. shuzhifenxi-matlab

    0下载:
  2. 用二分法求解f(x)=x^2-4sin⁡ (x)-0.1=0 用牛顿法求解f(x)=x^3-7x^2+14x-8=0 -Using dichotomy to solve f(x)=x^2-4sin⁡ (x)-0.1=0 Newton method f(x)=x^3-7x^2+14x-8=0
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:15336
    • 提供者:史伊妍
  1. MATLAB_numerical-analysis

    5下载:
  2. MATLAB三次样条插值法 求信号的包络线 源代码 MATLAB使用欧拉Euler法求解微分方程组 源程序代码 MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码 MATLAB实现txt文本数据分离的源程序代码 MATLAB实现不同插值方法的GUI界面设计 源程序代码 MATLAB实现偏微分方程的差分计算 源程序代码 MATLAB实现单摆在外力矩作用下的动画 源程序代码 MATLAB实现图像中值 均值 维纳滤波 源程序代码 MATLAB实现图像分割otsu
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2590142
    • 提供者:li
  1. 牛顿拉夫逊法计算潮流

    0下载:
  2. 牛顿拉夫逊潮流计算的函数文件,可以计算系统的潮流,考虑到了有分接头的变压器。(A function file for Newton Ralph Xun's power flow calculation.)
  3. 所属分类:其他

  1. MATLAB CODE

    0下载:
  2. 实现数值计算的简单算法code 包括:非线性最小二乘问题、共轭梯度法、拟牛顿法、最速下降法与牛顿法、线搜索技术、乘子法程序、二次规划(A simple algorithm for numerical calculation, including nonlinear least squares problem, conjugate gradient method, quasi-Newton method, steepest descent method and Newton method, lin
  3. 所属分类:数学计算

    • 发布日期:2017-12-16
    • 文件大小:40960
    • 提供者:Xs_55555
  1. Optimal problem solver

    0下载:
  2. 优化问题求解方法包括牛顿法、共轭梯度法和最速下降法(The optimization problems are solved by Newton method, conjugate gradient method and steepest descent method)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:1024
    • 提供者:中原
  1. OPT1505166

    0下载:
  2. 数学规划基础课后作业,北京航空航天大学最优化,牛顿法,最速下降法,回溯线搜索(Mathematics programming foundation homework, Beihang University optimization, Newton method, steepest descent method, backtracking line search)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:1263616
    • 提供者:Dora94
  1. 基于MATLAB的牛顿拉夫逊法电力潮流计算与实现

    0下载:
  2. Power flow program MATLAB based on Newton Raphson method
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:283648
    • 提供者:zhaofei2017
  1. linear optimization

    0下载:
  2. 用BFGS 拟牛顿法 最速下降法 牛顿法 共轭梯度法 解决线性优化问题(Solving linear optimization problems with conjugate gradient method and Steepest descent method.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:小狗蛋
  1. Newton_Interpolation

    0下载:
  2. 利用MATLAB用最简单的语法进行牛顿插值法的编程(Programming of Newton interpolation method by using MATLAB)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:444164651651
« 1 2 3 4 5 67 8 9 10 11 ... 31 »
搜珍网 www.dssz.com